projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fb658
)
Silence warnings for obsolete function
author
justbur
<justin@burkett.cc>
Tue, 17 Nov 2015 03:02:18 +0000
(22:02 -0500)
committer
justbur
<justin@burkett.cc>
Tue, 17 Nov 2015 03:02:18 +0000
(22:02 -0500)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 1243bc0280621a399503fbd59abb896573a00077..6f131f08985d7a5a90eaa74c381660af9dbc0b8e 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1536,7
+1536,8
@@
enough space based on your settings and frame size." prefix-keys)
;; used for paging at top-level
(if (fboundp 'set-transient-map)
(set-transient-map (which-key--get-popup-map))
- (set-temporary-overlay-map (which-key--get-popup-map)))))
+ (with-no-warnings
+ (set-temporary-overlay-map (which-key--get-popup-map))))))
(defun which-key-show-next-page ()
"Show the next page of keys.